@charset "UTF8";

/*-------------------
スマホ縦
-------------------*/
@media screen and (max-width: 480px){

    #container{
        width: 90%;
        margin: 1% auto;
    }

    #company-name-rogo{
        width: 10%;
        padding: 2%;
    }

    #company-name-rogo img{
        width: 100%;
        vertical-align: top;
    }

    #company-name h1{
        width: 100%;
        font-size: 3vw;
        font-weight: 400;
    }

    #header-line{
        width: 100%;
        border: 1px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area{
        width: 100%;
        background-color: #a08e7c;
        border: 1px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area a{
        width: 100%;
        font-size: 2.5vw;
        line-height: 5vw;
        color: #fff;
        text-align: center;
        border-right: 1px solid #6f6154;
        list-style: none;
    }

    .section-title{
        width: 100%;
        background-color: #a08e7c;
        border: 1px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }
    
    .section-title h2{
        font-size: 3vw;
        line-height: 5vw;
        padding-left: 1vw;
        color: #fff;
    }

    #sub-page-title-name h2{
        font-size: 3.5vw;
        margin-top: 1%;
    }

    hr#sub-page-title-line{
        width: 100%;
        border: 5px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    footer{
        width: 100%;
        box-shadow: 4px 4px 2px #6f6154;
        margin-top: 5%;
    }

    #footer-detail{
        width: 100%;
        background-color: #a08e7c;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1%;
        margin-top: 1%;
        border: 1px solid #6f6154;
    }

    #footer-detail-company-name-box p{
        font-size: 3vw;
        color: #fff;
    }

    #footer-detail-company-detail-box p{
        font-size: 2vw;
        color: #fff;
    }

    #bottom-nav-area a{
        width: 100%; /* 3列にしたい場合 */
        box-sizing: border-box;
    }

    .bottom-nav h3{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        font-size: 4vw;
        color: #fff;
    }

    #copy-rights{
        width: 100%;
        margin-top: 2%;
    }

    #copy-rights p{
        font-size: 1.5vw;
        text-align: center;
    }

}

/*-------------------
スマホ横
-------------------*/
@media screen and (min-width: 481px) and (max-width: 896px) {

    #container{
        width: 90%;
        margin: 1% auto;
    }

    #company-name-rogo{
        width: 10%;
        padding: 2%;
    }

    #company-name-rogo img{
        width: 100%;
        vertical-align: top;
    }

    #company-name h1{
        width: 100%;
        font-size: 3vw;
        font-weight: 400;
    }

    #header-line{
        width: 100%;
        border: 3px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area a{
        width: 100%;
        font-size: 2vw;
        line-height: 3vw;
        color: #fff;
        text-align: center;
        border-right: 3px solid #6f6154;
        list-style: none;
    }

    .section-title{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }
    
    .section-title h2{
        font-size: 2vw;
        line-height: 3vw;
        padding-left: 1vw;
        color: #fff;
    }

    #sub-page-title-name h2{
        font-size: 2.5vw;
    }

    hr#sub-page-title-line{
        width: 100%;
        border: 10px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    footer{
        width: 100%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    #footer-detail{
        width: 100%;
        background-color: #a08e7c;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1%;
        margin-top: 1%;
        border: 3px solid #6f6154;
    }

    #footer-detail-company-name-box p{
        font-size: 2vw;
        color: #fff;
    }

    #footer-detail-company-detail-box p{
        font-size: 1.8vw;
        color: #fff;
    }

    #bottom-nav-area a{
        width: calc((100% - 10px * 2) / 2); /* 3列にしたい場合 */
        box-sizing: border-box;
    }

    .bottom-nav h3{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        font-size: 2vw;
        color: #fff;
    }

    #copy-rights{
        width: 100%;
        margin-top: 1%;
    }

    #copy-rights p{
        font-size: 1vw;
        text-align: center;
    }

}

/*-----------------------
 タブレットスタイル(縦)
-------------------------*/
@media screen and (min-width: 897px) and (max-width: 1024px) {

    #container{
        width: 65%;
        margin: 1% auto;
    }

    #company-name-rogo{
        width: 10%;
        padding: 2%;
    }

    #company-name-rogo img{
        width: 100%;
        vertical-align: top;
    }

    #company-name h1{
        width: 100%;
        font-size: 2vw;
        font-weight: 400;
    }

    #header-line{
        width: 100%;
        border: 3px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area a{
        width: 100%;
        font-size: 1.3vw;
        line-height: 3vw;
        color: #fff;
        text-align: center;
        border-right: 3px solid #6f6154;
        list-style: none;
    }

    .section-title{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }
    
    .section-title h2{
        font-size: 1.2vw;
        line-height: 2.5vw;
        padding-left: 1vw;
        color: #fff;
    }

    #sub-page-title-name h2{
        font-size: 2vw;
    }

    hr#sub-page-title-line{
        width: 100%;
        border: 10px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    footer{
        width: 100%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    #footer-detail{
        width: 100%;
        background-color: #a08e7c;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1%;
        margin-top: 1%;
        border: 3px solid #6f6154;
    }

    #footer-detail-company-name-box p{
        font-size: 1.5vw;
        color: #fff;
    }

    #footer-detail-company-detail-box p{
        font-size: 1vw;
        color: #fff;
    }

    #bottom-nav-area a{
        width: calc((100% - 10px * 2) / 2); /* 3列にしたい場合 */
        box-sizing: border-box;
    }

    .bottom-nav h3{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        font-size: 1.5vw;
        color: #fff;
    }

    #copy-rights{
        width: 100%;
        margin-top: 1%;
    }

    #copy-rights p{
        font-size: 0.8vw;
        text-align: center;
    }

}

/*-------------------
タブレット_横
-------------------*/
@media screen and (min-width: 1025px) and (max-width: 1400px) {

    #container{
        width: 65%;
        margin: 1% auto;
    }

    #company-name-rogo{
        width: 10%;
        padding: 2%;
    }

    #company-name-rogo img{
        width: 100%;
        vertical-align: top;
    }

    #company-name h1{
        width: 100%;
        font-size: 2vw;
        font-weight: 400;
    }

    #header-line{
        width: 100%;
        border: 3px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area a{
        width: 100%;
        font-size: 1.3vw;
        line-height: 3vw;
        color: #fff;
        text-align: center;
        border-right: 3px solid #6f6154;
        list-style: none;
    }

    .section-title{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }
    
    .section-title h2{
        font-size: 1.2vw;
        line-height: 2.5vw;
        padding-left: 1vw;
        color: #fff;
    }

    #sub-page-title-name h2{
        font-size: 2vw;
    }

    hr#sub-page-title-line{
        width: 100%;
        border: 10px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    footer{
        width: 100%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    #footer-detail{
        width: 100%;
        background-color: #a08e7c;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1%;
        margin-top: 1%;
        border: 3px solid #6f6154;
    }

    #footer-detail-company-name-box p{
        font-size: 1.5vw;
        color: #fff;
    }

    #footer-detail-company-detail-box p{
        font-size: 1vw;
        color: #fff;
    }

    #bottom-nav-area a{
        width: calc((100% - 10px * 2) / 2); /* 3列にしたい場合 */
        box-sizing: border-box;
    }

    .bottom-nav h3{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        font-size: 1.5vw;
        color: #fff;
    }

    #copy-rights{
        width: 100%;
        margin-top: 1%;
    }

    #copy-rights p{
        font-size: 0.8vw;
        text-align: center;
    }

}

/*-------------------
ＰＣ
-------------------*/
@media all and (min-width: 1401px){
    #container{
        width: 65%;
        margin: 1% auto;
    }

    #company-name-rogo{
        width: 10%;
        padding: 2%;
    }

    #company-name-rogo img{
        width: 100%;
        vertical-align: top;
    }

    #company-name h1{
        width: 100%;
        font-size: 2vw;
        font-weight: 400;
    }

    #header-line{
        width: 100%;
        border: 3px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area a{
        width: 100%;
        font-size: 1.2vw;
        line-height: 2vw;
        color: #fff;
        text-align: center;
        border-right: 3px solid #6f6154;
        list-style: none;
    }

    .section-title{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }
    
    .section-title h2{
        font-size: 1.2vw;
        line-height: 2.5vw;
        padding-left: 1vw;
        color: #fff;
    }

    #sub-page-title-name h2{
        font-size: 1.7vw;
    }

    hr#sub-page-title-line{
        width: 100%;
        border: 10px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    footer{
        width: 100%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    #footer-detail{
        width: 100%;
        background-color: #a08e7c;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1%;
        margin-top: 1%;
        border: 3px solid #6f6154;
    }

    #footer-detail-company-name-box p{
        font-size: 1vw;
        color: #fff;
    }

    #footer-detail-company-detail-box p{
        font-size: 0.8vw;
        color: #fff;
    }

    #bottom-nav-area a{
        width: calc((100% - 10px * 2) / 2); /* 3列にしたい場合 */
        box-sizing: border-box;
    }

    .bottom-nav h3{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        font-size: 1.5vw;
        color: #fff;
    }

    #copy-rights{
        width: 100%;
        margin-top: 1%;
    }

    #copy-rights p{
        font-size: 0.8vw;
        text-align: center;
    }

}

/*-------------------
印刷用
-------------------*/
@media print{

    #container{
        width: 65%;
        margin: 1% auto;
    }

    #company-name-rogo{
        width: 10%;
        padding: 2%;
    }

    #company-name-rogo img{
        width: 100%;
        vertical-align: top;
    }

    #company-name h1{
        width: 100%;
        font-size: 2vw;
        font-weight: 400;
    }

    #header-line{
        width: 100%;
        border: 3px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }

    .nav-area a{
        width: 100%;
        font-size: 1.2vw;
        line-height: 2vw;
        color: #fff;
        text-align: center;
        border-right: 3px solid #6f6154;
        list-style: none;
    }

    .section-title{
        width: 100%;
        background-color: #a08e7c;
        border: 3px solid #6f6154;
        box-shadow: 4px 4px 2px #6f6154;
    }
    
    .section-title h2{
        font-size: 1.2vw;
        line-height: 2.5vw;
        padding-left: 1vw;
        color: #fff;
    }

    #sub-page-title-name h2{
        font-size: 1.7vw;
    }

    hr#sub-page-title-line{
        width: 100%;
        border: 10px solid #6f6154;
        margin-bottom: 1%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    footer{
        width: 100%;
        box-shadow: 4px 4px 2px #6f6154;
    }

    #footer-detail{
        width: 100%;
        background-color: #a08e7c;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 1%;
        margin-top: 1%;
        border: 3px solid #6f6154;
    }

    #footer-detail-company-name-box p{
        font-size: 1vw;
        color: #fff;
    }

    #footer-detail-company-detail-box p{
        font-size: 0.8vw;
        color: #fff;
    }

    #bottom-nav-area a{
        width: calc((100% - 10px * 2) / 2); /* 3列にしたい場合 */
        box-sizing: border-box;
    }

    .bottom-nav h3{
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
        font-size: 1.5vw;
        color: #fff;
    }

    #copy-rights{
        width: 100%;
        margin-top: 2%;
    }

    #copy-rights p{
        text-align: center;
    }

}


/*-------------------
共通
-------------------*/

body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1vw;
    color: #545453;
}

.zen-kaku-gothic-antique-light {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-antique-regular {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-antique-medium {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-antique-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-antique-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}



header{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}

#company-name-area{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#company-name-rogo img{
    width: 100%;
    vertical-align: top;
}

#company-name{
    display: flex;
    align-items: center;
}

.nav-area ul{
    width: 100%;
    display: flex;
}

.nav-area a:hover{
    background-color: #6f6154;
    cursor: pointer;
}

.nav-area a:nth-of-type(5){
    border: none;
}

main{
    width: 100%;
}

section{
    margin-bottom: 2%;
}

#sub-page-title-area{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#sub-page-title-name{
    width: 100%;
}

#bottom-nav-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.bottom-nav{
    width: 100%;
    position: relative;
    box-shadow: 4px 4px 2px #6f6154;
}

.bottom-nav img{
    width: 100%;
    vertical-align: top;
}

.btn1{
    background-image: url('../img/bottom_nav/btn1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn2{
    background-image: url('../img/bottom_nav/btn2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn3{
    background-image: url('../img/bottom_nav/btn3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn4{
    background-image: url('../img/bottom_nav/btn4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn5{
    background-image: url('../img/bottom_nav/btn5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn1:hover{
    background-image: url('../img/bottom_nav/btn1_h.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn2:hover{
    background-image: url('../img/bottom_nav/btn2_h.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn3:hover{
    background-image: url('../img/bottom_nav/btn3_h.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn4:hover{
    background-image: url('../img/bottom_nav/btn4_h.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn5:hover{
    background-image: url('../img/bottom_nav/btn5_h.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}